home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMEMOTICONS / TFRMEMOTICONS.txt
Text File  |  2003-07-29  |  1KB  |  56 lines

  1. object FrmEmoticons: TFrmEmoticons
  2.   Left = 376
  3.   Top = 135
  4.   Width = 287
  5.   Height = 253
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Emoticons'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   DesignSize = (
  21.     279
  22.     213)
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object BtnCancel: TButton
  26.     Left = 243
  27.     Top = 183
  28.     Width = 29
  29.     Height = 25
  30.     Anchors = [akRight, akBottom]
  31.     Cancel = True
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.     TabStop = False
  35.   end
  36.   object HTML: THTMLViewer
  37.     Left = 0
  38.     Top = 0
  39.     Width = 279
  40.     Height = 213
  41.     OnHotSpotClick = HTMLHotSpotClick
  42.     TabOrder = 0
  43.     Align = alClient
  44.     BorderStyle = htNone
  45.     HistoryMaxCount = 0
  46.     DefFontName = 'Times New Roman'
  47.     DefPreFontName = 'Courier New'
  48.     NoSelect = False
  49.     CharSet = DEFAULT_CHARSET
  50.     PrintMarginLeft = 2
  51.     PrintMarginRight = 2
  52.     PrintMarginTop = 2
  53.     PrintMarginBottom = 2
  54.   end
  55. end
  56.